home *** CD-ROM | disk | FTP | other *** search
- struct lucb {
- char lu_id[8]; /* ¿ñÑ¡Γ¿Σ¿¬áΓ«α ½«¬á½∞¡«ú« LU */
- unsigned char rsrv1;
- char lu_name[8]; /* ¿¼∩ LU */
- unsigned char rsrv2;
- struct acb *p_acb;
- struct pnlu *pluptr; /* π¬áºáΓѽ∞ ¡á
- * ᯨ᮪ partner_lu */
- struct trp *trp_ptr; /* π¬áºáΓѽ∞ ¡á
- * transaction_program_list */
- struct pending_data_list *pdlptr; /* ß»¿ß«¬ ñá¡¡δσ,
- * »«ß½á¡¡δσ ó BIND
- * ¬ »áαΓ¡Ñαπ */
- struct mode *p_mode; /* List of mode blocks for this LU */
- struct scb *scb_list;
- unsigned char lu_session_limit; /* ¼á¬ß¿¼á½∞¡«Ñ ¬«½¿τÑßΓó«
- ßÑßß¿⌐ LU-LU ñ½∩ ½«¬á½∞¡«ú« LU */
- unsigned char cur_sess; /* current number of sessions*/
- int max_tps; /* max. number of total tps for this LU */
- int cur_tps; /* current number of tps */
- int queue_depth;
- struct tcb *tcb_list_ptr ; /* π¬áºáΓѽ∞ ¡á ß»¿ß«¬ tcb */
- struct lucb *next; /* next LUCB */
- };
-